home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / super_ka.swf / scripts / DefineButton2_3 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-06-09  |  109 b   |  7 lines

  1. on(release){
  2.    temp += 1;
  3.    gate = "t" + temp;
  4.    _root.clearScreen();
  5.    _root.gotoAndStop(gate);
  6. }
  7.